home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / environment < prev    next >
Text File  |  2001-03-21  |  719b  |  21 lines

  1. Synopsis:
  2.    load environment
  3.  
  4. Description:
  5.    This script mainly serves as an example of the flexibility of EPIC's
  6.    hooks.  It redefines most of them, named hooks and server numerics alike,
  7.    to return a customized response.
  8.  
  9.    One neat thing it does is to automatically add any nickname detected by
  10.    NOTIFY as a signon to an internal nickname list.  It uses the same
  11.    method as the TABKEY and TC scripts (and in fact relies on them).  The
  12.    nickname list is shared between the scripts.
  13.  
  14. See Also:
  15.    events(8); events.hop(8); load(5); notify(1); on(5); tabkey(8);
  16.    tabkey.wc(8); tc(8)
  17.  
  18. Other Notes:
  19.    This script was written by Jeremy Nelson (hop), jnelson@acronet.net.
  20.  
  21.